Fix depending on git repos with workspaces
authorAlex Crichton <alex@alexcrichton.com>
Sun, 31 Jul 2016 23:35:52 +0000 (16:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 1 Aug 2016 00:06:35 +0000 (17:06 -0700)
commit9243f06d40522095174a44a5ce45b5d5a9681b69
treee67917eed14ea74f01ab0f68aa510255cb394f73
parent4fe39fd292e7a052a18306f024d64bfbeef4ebb2
Fix depending on git repos with workspaces

When we're recursively walking over a git repository we can safely ignore any
workspace Cargo.toml files we find instead of generating an error.
src/cargo/ops/cargo_read_manifest.rs
tests/workspaces.rs